home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / mini Pentoo LiveCD 2006.1 / mpentoo-2006.1.iso / modules / nessus-2.2.8.mo / usr / lib / nessus / plugins / debian_DSA-652.nasl < prev    next >
Text File  |  2005-03-31  |  3KB  |  62 lines

  1. # This script was automatically generated from the dsa-652
  2. # Debian Security Advisory
  3. # It is released under the Nessus Script Licence.
  4. # Advisory is copyright 1997-2004 Software in the Public Interest, Inc.
  5. # See http://www.debian.org/license
  6. # DSA2nasl Convertor is copyright 2004 Michel Arboi
  7.  
  8. if (! defined_func('bn_random')) exit(0);
  9.  
  10. desc = '
  11. Several vulnerabilities have been discovered in unarj, a non-free ARJ
  12. unarchive utility.  The Common Vulnerabilities and Exposures Project
  13. identifies the following vulnerabilities:
  14.     A buffer overflow has been discovered when handling long file
  15.     names contained in an archive.  An attacker could create a
  16.     specially crafted archive which could cause unarj to crash or
  17.     possibly execute arbitrary code when being extracted by a victim.
  18.     A directory traversal vulnerability has been found so that an
  19.     attacker could create a specially crafted archive which would
  20.     create files in the parent directory when being extracted by a
  21.     victim.  When used recursively, this vulnerability could be used
  22.     to overwrite critical system files and programs.
  23. For the stable distribution (woody) these problems have been fixed in
  24. version 2.43-3woody1.
  25. For the unstable distribution (sid) these problems don\'t apply since
  26. unstable/non-free does not contain the unarj package.
  27. We recommend that you upgrade your unarj package.
  28.  
  29.  
  30. Solution : http://www.debian.org/security/2005/dsa-652
  31. Risk factor : High';
  32.  
  33. if (description) {
  34.  script_id(16236);
  35.  script_version("$Revision: 1.1 $");
  36.  script_xref(name: "DSA", value: "652");
  37.  script_cve_id("CAN-2004-0947", "CAN-2004-1027");
  38.  
  39.  script_description(english: desc);
  40.  script_copyright(english: "This script is (C) 2005 Michel Arboi");
  41.  script_name(english: "[DSA652] DSA-652-1 unarj");
  42.  script_category(ACT_GATHER_INFO);
  43.  script_family(english: "Debian Local Security Checks");
  44.  script_dependencies("ssh_get_info.nasl");
  45.  script_require_keys("Host/Debian/dpkg-l");
  46.  script_summary(english: "DSA-652-1 unarj");
  47.  exit(0);
  48. }
  49.  
  50. include("debian_package.inc");
  51.  
  52. w = 0;
  53. if (deb_check(prefix: 'unarj', release: '3.0', reference: '2.43-3woody1')) {
  54.  w ++;
  55.  if (report_verbosity > 0) desc = strcat(desc, '\nThe package unarj is vulnerable in Debian 3.0.\nUpgrade to unarj_2.43-3woody1\n');
  56. }
  57. if (deb_check(prefix: 'unarj', release: '3.0', reference: '2.43-3woody1')) {
  58.  w ++;
  59.  if (report_verbosity > 0) desc = strcat(desc, '\nThe package unarj is vulnerable in Debian woody.\nUpgrade to unarj_2.43-3woody1\n');
  60. }
  61. if (w) { security_hole(port: 0, data: desc); }
  62.